home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TDESTINATIONDIALOG / TDESTINATIONDIALOG.txt
Text File  |  2001-10-17  |  5KB  |  178 lines

  1. object DestinationDialog: TDestinationDialog
  2.   Left = 433
  3.   Top = 64
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Step 2 of 3:  Batch job options:'
  7.   ClientHeight = 415
  8.   ClientWidth = 335
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 16
  21.     Top = 80
  22.     Width = 305
  23.     Height = 49
  24.     Caption = ' Save index page(s) as: '
  25.     TabOrder = 1
  26.     object BMPCheckBox: TCheckBox
  27.       Left = 232
  28.       Top = 20
  29.       Width = 43
  30.       Height = 17
  31.       HelpContext = 424
  32.       Caption = 'BMP'
  33.       TabOrder = 0
  34.     end
  35.     object TIFCheckBox: TCheckBox
  36.       Left = 166
  37.       Top = 20
  38.       Width = 43
  39.       Height = 17
  40.       HelpContext = 427
  41.       Caption = 'TIF'
  42.       TabOrder = 1
  43.     end
  44.     object PNGCheckBox: TCheckBox
  45.       Left = 100
  46.       Top = 20
  47.       Width = 43
  48.       Height = 17
  49.       HelpContext = 426
  50.       Caption = 'PNG'
  51.       TabOrder = 2
  52.     end
  53.     object JPGCheckBox: TCheckBox
  54.       Left = 34
  55.       Top = 20
  56.       Width = 43
  57.       Height = 17
  58.       HelpContext = 423
  59.       Caption = 'JPG'
  60.       State = cbChecked
  61.       TabOrder = 3
  62.     end
  63.   end
  64.   object GroupBox3: TGroupBox
  65.     Left = 14
  66.     Top = 146
  67.     Width = 305
  68.     Height = 255
  69.     HelpContext = 422
  70.     Caption = ' Save index page(s) in this directory: '
  71.     TabOrder = 2
  72.     object Label3: TLabel
  73.       Left = 16
  74.       Top = 24
  75.       Width = 270
  76.       Height = 26
  77.       AutoSize = False
  78.       Caption = 'C:\Mine dokumenter'
  79.       Color = clBtnFace
  80.       Font.Charset = ANSI_CHARSET
  81.       Font.Color = clBlack
  82.       Font.Height = -11
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = [fsBold]
  85.       ParentColor = False
  86.       ParentFont = False
  87.       WordWrap = True
  88.     end
  89.     object DriveComboBox1: TDriveComboBox
  90.       Left = 16
  91.       Top = 218
  92.       Width = 270
  93.       Height = 19
  94.       HelpContext = 428
  95.       DirList = DirectoryListBox1
  96.       Font.Charset = ANSI_CHARSET
  97.       Font.Color = clBlack
  98.       Font.Height = -11
  99.       Font.Name = 'MS Sans Serif'
  100.       Font.Style = []
  101.       ParentFont = False
  102.       TabOrder = 0
  103.       TextCase = tcUpperCase
  104.     end
  105.     object DirectoryListBox1: TDirectoryListBox
  106.       Left = 16
  107.       Top = 64
  108.       Width = 270
  109.       Height = 145
  110.       HelpContext = 422
  111.       ItemHeight = 16
  112.       TabOrder = 1
  113.       OnChange = DirectoryListBox1Change
  114.       OnEnter = DirectoryListBox1Enter
  115.     end
  116.   end
  117.   object GroupBox2: TGroupBox
  118.     Left = 98
  119.     Top = 12
  120.     Width = 137
  121.     Height = 45
  122.     TabOrder = 3
  123.     object PrinterCheckBox: TCheckBox
  124.       Left = 14
  125.       Top = 16
  126.       Width = 112
  127.       Height = 17
  128.       HelpContext = 420
  129.       Caption = 'Print index page(s)'
  130.       TabOrder = 0
  131.     end
  132.   end
  133.   object NextBitBtn: TBitBtn
  134.     Left = 252
  135.     Top = 24
  136.     Width = 70
  137.     Height = 28
  138.     Caption = 'Next'
  139.     Default = True
  140.     TabOrder = 4
  141.     OnClick = xNextButtonClick
  142.     Glyph.Data = {
  143.       5A010000424D5A01000000000000760000002800000012000000130000000100
  144.       040000000000E400000000000000000000000000000000000000000000000000
  145.       80000080000000808000800000008000800080800000C0C0C000808080000000
  146.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  147.       7777770000007777777777777777770000007777777777777777770000007777
  148.       7778087777777700000077777778008777777700000077777778060877777700
  149.       0000778888880660877777000000778000000666087777000000778066666666
  150.       6087770000007780666666666608770000007780666666666087770000007780
  151.       0000066608777700000077800000066087777700000077777778060877777700
  152.       0000777777780087777777000000777777780877777777000000777777777777
  153.       777777000000777777777777777777000000777777777777777777000000}
  154.     Layout = blGlyphRight
  155.   end
  156.   object BitBtn3: TBitBtn
  157.     Left = 14
  158.     Top = 24
  159.     Width = 70
  160.     Height = 28
  161.     Caption = 'Back'
  162.     ModalResult = 4
  163.     TabOrder = 0
  164.     Glyph.Data = {
  165.       5A010000424D5A01000000000000760000002800000012000000130000000100
  166.       040000000000E400000000000000000000000000000000000000000000000000
  167.       80000080000000808000800000008000800080800000C0C0C000808080000000
  168.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  169.       7777770000007777777777777777770000007777777777777777770000007777
  170.       7777808777777700000077777778008777777700000077777780608777777700
  171.       0000777778066088888877000000777780666000000877000000777806666666
  172.       6608770000007780666666666608770000007778066666666608770000007777
  173.       8066600000087700000077777806600000087700000077777780608777777700
  174.       0000777777780087777777000000777777778087777777000000777777777777
  175.       777777000000777777777777777777000000777777777777777777000000}
  176.   end
  177. end
  178.